home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / modalex.exe / CALLING.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-06-09  |  225 b   |  5 lines

  1. Declare Function makeEXEmodal Lib "modalexe.dll" (ByVal hwnd As Integer, ByVal cmdLine$, ByVal title$) As Integer
  2. Declare Function SendMessage Lib "user" (ByVal hwnd%, ByVal wMsg%, ByVal wParam%, ByVal lParam&) As Long
  3.  
  4.  
  5.